home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / gl_dev.idb / usr / include / gl / glprof.h.z / glprof.h
Encoding:
C/C++ Source or Header  |  1996-12-06  |  667 b   |  24 lines

  1. /*
  2.  * DGL Profiler
  3.  *
  4.  * NOTE:  This file is for the low-level DGL Profiler and has nothing
  5.  * to do with the GL Profiler product (glprof).
  6.  */
  7.  
  8. #define TRACE        1    /* GLPROF commands            */
  9. #define TIMESTAMP    2
  10. #define SAMPLE        3
  11. #define SAMPLERATE    4
  12.  
  13. #define WALLTIME    0x1    /* bits for AUTOSAMPLE            */
  14. #define MOUSE        0x2
  15.  
  16. /*----------------------------------------------------------------------*/
  17. /* internal things - should be moved to another .h file that isn't shipped */
  18. /*----------------------------------------------------------------------*/
  19. #define GLPROF_VERSION 1
  20.  
  21. extern char *glprof_cmd_names[];
  22. extern char *glprof_auxcmd_names[];
  23. extern int (*glprof_doit)();
  24.